home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / ARGO / SUPPORT / NEWSFIX.SPK / !NewsFix / StartPPP < prev   
Text File  |  1997-05-30  |  948b  |  30 lines

  1. | Load in the SLIPDriver module (different version for Acorn's stack)
  2.  
  3. |If "<VTi$LoadVStack>"="1" Then RMEnsure ArgoPPP 0 RMRun <Obey$Dir>.PPPDriver
  4.  
  5. | If it's already got Internet version 4.00 or above, load the new PPP driver
  6.  
  7. |If "<VTi$LoadVStack>"="0" OR "<VTi$LoadVStack>"="2" Then RMEnsure PPPDriver 0 RMRun <Obey$Dir>.PPPDrive2
  8.  
  9. RMEnsure ArgoPPP 0 RMRun <Obey$Dir>.PPPDrive2
  10.  
  11. | Determine if we have the INetDB module, and load it if not
  12.  
  13. Set VTi$HasINetDB 1
  14. RMEnsure INetDB 0 Set VTi$HasINetDB 0
  15. If "<VTi$HasINetDB>"="0" Then RMRun <Obey$Dir>.INetDB
  16.  
  17. | In case you're interested, the "-vj" was added - it's taken 11 days of testing to get this far! J Tribbeck, Fri 30th May 1997
  18. pppd -bsdcomp -vj modem defaultroute noipdefault <VTi$Driver> <VTi$Port> <VTi$Speed> 
  19.  
  20. | Flush the DNS cache
  21.  
  22. NSCache_Flush
  23.  
  24. | WimpSlot -min 32k -max 32k
  25. | /<Obey$Dir>.WaitPPP
  26.  
  27. | Run the FilterDNS machine
  28.  
  29. | Filer_Run <VTiInternet$Dir>.Apps.FilterDNS.!FilterDNS
  30.